runtime.notifyList.lock (field)

10 uses

	runtime (current package)
		sema.go#L476: 	lock mutex
		sema.go#L503: 	lockWithRank(&l.lock, lockRankNotifyList)
		sema.go#L507: 		unlock(&l.lock)
		sema.go#L527: 	goparkunlock(&l.lock, waitReasonSyncCondWait, traceBlockCondWait, 3)
		sema.go#L546: 	lockWithRank(&l.lock, lockRankNotifyList)
		sema.go#L556: 	unlock(&l.lock)
		sema.go#L577: 	lockWithRank(&l.lock, lockRankNotifyList)
		sema.go#L582: 		unlock(&l.lock)
		sema.go#L613: 			unlock(&l.lock)
		sema.go#L619: 	unlock(&l.lock)